Skip to content

Conversation

richo
Copy link
Contributor

@richo richo commented May 7, 2014

Is this what you had in mind?

Closes #11493

bors added a commit that referenced this pull request May 9, 2014
@bors bors closed this May 9, 2014
@bors bors merged commit d312308 into rust-lang:master May 9, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
fuzz: Fixes broken Cargo.toml for fuzz tests

Fixes broken Cargo.toml for fuzz tests and adds building of fuzz tests to the CI.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 20, 2025
…t-lang#14010)

Proposing to replace

```rust
let mut x = PathBuf::from("/foo");
x.push("/bar");
```

by

```rust
let mut x = PathBuf::from("/foo");
x.push("bar");
```

changes the content of `x` (`/bar` ⇒ `/foo/bar`). This is not equivalent
and should not be `MachineApplicable`, even if the original code is
suspicious.

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc hangs when printing block with no trailing newline
3 participants